home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p0542_0801_64bit.exe / [0] / PERL.STX < prev    next >
Text File  |  2014-03-29  |  2KB  |  276 lines

  1. #TITLE=Perl
  2. ; Perl syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*/=~!&|<>?:;.$@%'"
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=n
  9. #LINECOMMENT=#
  10. #ESCAPE=\
  11. #CASE=y
  12. #PREFIX3=$
  13. #PREFIX4=@
  14. #PREFIX5=%
  15. #PREFIX6=*
  16. #HEREDOC=<<EOF
  17. #NUMBER_PATTERN=cpp
  18. #SPECIAL_STX=perl
  19.  
  20. #KEYWORD=Reserved words
  21. continue
  22. do
  23. else
  24. elsif
  25. for
  26. foreach
  27. goto
  28. if
  29. last
  30. local
  31. lock
  32. map
  33. my
  34. next
  35. our
  36. package
  37. redo
  38. require
  39. return
  40. sub
  41. unless
  42. until
  43. use
  44. while
  45. STDIN
  46. STDOUT
  47. STDERR
  48. ARGV
  49. ARGVOUT
  50. ENV
  51. INC
  52. SIG
  53. TRUE
  54. FALSE
  55. __FILE__
  56. __LINE__
  57. __PACKAGE__
  58. __END__
  59. __DATA__
  60. lt
  61. gt
  62. le
  63. ge
  64. eq
  65. ne
  66. cmp
  67. x
  68. not
  69. and
  70. or
  71. xor
  72. q
  73. qq
  74. qx
  75. qw
  76. $
  77. @
  78. %
  79. *
  80.  
  81. #KEYWORD=Built-in functions
  82. abs
  83. accept
  84. alarm
  85. atan2
  86. bind
  87. binmode
  88. bless
  89. caller
  90. chdir
  91. chmod
  92. chomp
  93. chop
  94. chown
  95. chr
  96. chroot
  97. close
  98. closedir
  99. connect
  100. cos
  101. crypt
  102. dbmclose
  103. dbmopen
  104. defined
  105. delete
  106. die
  107. dump
  108. each
  109. eof
  110. eval
  111. exec
  112. exists
  113. exit
  114. exp
  115. fcntl
  116. fileno
  117. flock
  118. fork
  119. format
  120. formline
  121. getc
  122. getlogin
  123. getpeername
  124. getpgrp
  125. getppid
  126. getpriority
  127. getpwnam
  128. getgrnam
  129. gethostbyname
  130. getnetbyname
  131. getprotobyname
  132. getpwuid
  133. getgrgid
  134. getservbyname
  135. gethostbyaddr
  136. getnetbyaddr
  137. getprotobynumber
  138. getservbyport
  139. getpwent
  140. getgrent
  141. gethostent
  142. getnetent
  143. getprotoent
  144. getservent
  145. setpwent
  146. setgrent
  147. sethostent
  148. setnetent
  149. setprotoent
  150. setservent
  151. endpwent
  152. endgrent
  153. endhostent
  154. endnetent
  155. endprotoent
  156. endservent
  157. getsockname
  158. getsockopt
  159. glob
  160. gmtime
  161. grep
  162. hex
  163. import
  164. index
  165. int
  166. ioctl
  167. join
  168. keys
  169. kill
  170. lc
  171. lcfirst
  172. length
  173. link
  174. listen
  175. localtime
  176. log
  177. lstat
  178. mkdir
  179. msgctl
  180. msgget
  181. msgsnd
  182. msgrcv
  183. no
  184. oct
  185. open
  186. opendir
  187. ord
  188. pack
  189. pipe
  190. pop
  191. pos
  192. print
  193. printf
  194. prototype
  195. push
  196. quotemeta
  197. rand
  198. read
  199. readdir
  200. readlink
  201. recv
  202. ref
  203. rename
  204. reset
  205. reverse
  206. rewinddir
  207. rindex
  208. rmdir
  209. scalar
  210. seek
  211. seekdir
  212. select
  213. semctl
  214. semget
  215. semop
  216. send
  217. setpgrp
  218. setpriority
  219. setsockopt
  220. shift
  221. shmctl
  222. shmget
  223. shmread
  224. shmwrite
  225. shutdown
  226. sin
  227. sleep
  228. socket
  229. socketpair
  230. sort
  231. splice
  232. split
  233. sprintf
  234. sqrt
  235. srand
  236. stat
  237. study
  238. substr
  239. symlink
  240. syscall
  241. sysopen
  242. sysread
  243. sysseek
  244. system
  245. syswrite
  246. tell
  247. telldir
  248. tie
  249. tied
  250. time
  251. times
  252. truncate
  253. uc
  254. ucfirst
  255. umask
  256. undef
  257. unlink
  258. unpack
  259. untie
  260. unshift
  261. utime
  262. values
  263. vec
  264. wait
  265. waitpid
  266. wantarray
  267. warn
  268. write
  269.  
  270. #KEYWORD=Scalar variables
  271.  
  272. #KEYWORD=Array variables
  273.  
  274. #KEYWORD=Hash variables
  275.  
  276. #